Complex numbers

Once again the sympy module will be used. We only need to import part of the module to manipulate complex numbers:

from sympy import Abs, Symbol, S, I

Manipulating complex numbers

Complex numbers can be written like this 2*I+3.

Here is a list of the essential functions: